gdk: Add GType support to GdkContentFormats
authorBenjamin Otte <otte@redhat.com>
Mon, 20 Nov 2017 14:58:17 +0000 (15:58 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 20 Nov 2017 22:22:28 +0000 (23:22 +0100)
commitc82378ea578eeed3ea4676443fb761812336f8bb
tree1e026a72b92276c94dab3cbebb3ba189c70e23c1
parent1a70ca75e8128cfa4c1a9225301b42b50bdc17bc
gdk: Add GType support to GdkContentFormats

This is not used by anything yet, but add it now, so people looking at
this new code can make sense of it.
Plus, the documentation mentions it, so better have the docs make sense.

It will be used once we add support for conversions to GDK and allow
doing cipboard/dnd by GValue.
docs/reference/gdk/gdk4-sections.txt
gdk/gdkcontentformats.c
gdk/gdkcontentformats.h
gtk/gtkdragdest.c
gtk/gtktextview.c
tests/testdnd.c